home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / adikit.arc / SAMPLEIG.DOC < prev    next >
Encoding:
Text File  |  1986-12-01  |  3.0 KB  |  69 lines

  1. NOTE TO DEVELOPER:
  2.  
  3. This document is provided as a sample of the documentation you
  4. should provide to users of your ADI device driver.
  5.  
  6. The information between <>s should be replaced with information
  7. pertaining to your device, organization, and support personnel.
  8. _________________________________________________________________
  9.  
  10. ADI <DEVICE> Installation Guide
  11.  
  12. This ADI driver was created for use with <DEVICE> by
  13. <ORGANIZATION> with AutoCAD from Autodesk, Inc.
  14. It can provide the same functionality and performance as the device
  15. drivers distributed with AutoCAD.  The only difference is that
  16. <ORGANIZATION> wrote and supports the driver, not Autodesk.
  17.  
  18. Follow the instructions for configuring AutoCAD in the AutoCAD
  19. User Reference.  Also, see the AutoCAD Drafting Package Installation
  20. Guide for general information on using AutoCAD with various
  21. peripherals.  If you are using the IBM PC version of AutoCAD with an
  22. IBM PC "work-alike," be sure to the chapter on "work-alikes" in the
  23. Installation Guide.
  24.  
  25. ADI drivers differ from drivers distributed with AutoCAD in that
  26. they must be loaded BEFORE you begin AutoCAD.  To use the ADI
  27. <DEVICE> driver with AutoCAD, copy <DRIVER>.EXE onto the floppy
  28. disk you use to run AutoCAD, or into the AutoCAD directory on
  29. your hard disk, or to another directory accessible in your DOS
  30. path.  Type in <DRIVER> at the DOS command prompt.  Alternately,
  31. to install the ADI <DRIVER> driver automatically each time you
  32. turn on or reboot your computer, add <DRIVER> to the commands in
  33. your AUTOEXEC.BAT file.
  34.  
  35. The first time you use AutoCAD with the ADI driver, you need to
  36. configure AutoCAD for the ADI device.  Select Configure AutoCAD
  37. from the AutoCAD MAIN MENU.  (If AutoCAD was not previously
  38. configured, you will be automatically put into the configuration
  39. process when you start AutoCAD).  Select the ADI display,
  40. digitizer, plotter, or printer/plotter option from the configuration
  41. menu.  If you do not have this menu option, check
  42. to see that you have installed your AutoCAD DRV diskette(s) and 
  43. (if applicable) any new drivers (files with extension .DRV) from
  44. the AutoCAD Driver Update Disk (available from your Authorized
  45. AutoCAD Dealer).
  46.  
  47. Follow the remaining configuration questions as detailed in the
  48. AutoCAD User Reference.
  49.  
  50. Should you have any difficulties configuring or using AutoCAD
  51. with this ADI driver, contact <PERSON or GROUP> at <ORGANIZATION>
  52. by calling <PHONE>.
  53.  
  54. _________________________________________________________________
  55.  
  56. NOTE TO DEVELOPER:
  57.  
  58. If your driver uses a different interrupt vector, be sure to tell
  59. the user that he must specify that interrupt during
  60. configuration.
  61.  
  62. If your driver is for a color device, you should also tell the user
  63. how to specify drawing color assignments (and how highlighting works
  64. if yours is for a display).  See Installation Guide for examples.
  65.  
  66. You should make it clear that it is you, not Autodesk, that
  67. should be contacted with any support questions that pertain to
  68. your ADI driver.
  69.